home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-02014.DIR / 00035.ls < prev    next >
Encoding:
Text File  |  1998-04-15  |  117 b   |  9 lines

  1. on exitFrame
  2.   if the timer > 90 then
  3.     go(the frame - 1)
  4.     startTimer()
  5.   end if
  6.   cursor()
  7.   go(the frame)
  8. end
  9.